What is the name_space and nested Name_Space in C#?
1271
20-Sep-2016
Abhishek Srivasatava
20-Sep-2016Namespaces
As the name suggests, name-space is designed to differentiate the one set of names from another. With the help of namespace we can organize our program by making a group of classes, delegates, interfaces, enumerations or structures.
Example :
Nested name_space
Below is the example to represent Nested Namespace
For more details click here: Namespace, Namespace and Class